setStyleCustomGeometrySourceTileData

abstract fun setStyleCustomGeometrySourceTileData(@NonNull() sourceId: String, @NonNull() tileId: CanonicalTileID, @NonNull() featureCollection: List<Feature>): Expected<String, None>

Set tile data of a custom geometry.

Parameters

sourceId

A style source identifier.

tileId

A `canonical tile id` of the tile.

featureCollection

An array with the features to add.